home *** CD-ROM | disk | FTP | other *** search
/ Tandy Sensation 2 / Tandy Sensation II System.iso / mwin / setup.inf < prev    next >
INI File  |  1993-11-05  |  63KB  |  1,674 lines

  1. [setup]
  2.         help = setup.hlp
  3.  
  4. ;   Place any programs here that should be run at the end of setup.
  5. ;   These apps will be run in order of their appearance here.
  6. [run]
  7. ;tinstall.exe
  8.  
  9. [dialog]
  10.         caption   = "Windows Setup"
  11.         exit      = "Exit Windows Setup"
  12.         title     = "Installing Windows 3.1"
  13.         options   = "In addition to installing Windows 3.1, you can:"
  14.         printwait = "Please wait while Setup configures your printer(s)..."
  15.         copywait = "Welcome to Microsoft Windows 3.1!\n\n   - If you're new to Windows, see 'A Brief Tour of\n     Microsoft Windows' in the Getting Started book.\n\n   - If you've used Windows before, see 'New\n     in This Version' in the Getting Started book."
  16.  
  17.      copywait4="Make sure you register your copy of Microsoft Windows 3.1.\nWhen you register, Microsoft will:\n\n   - Notify you of product updates and new product releases.\n\n   - Send you a FREE Windows newsletter."
  18.  
  19.      copywait5 = "\n\nThis would be a great time to remove the serial number label\n from the inside back cover of the Getting Started with Windows\nbook and place it on your computer for future reference."
  20.  
  21. [data]
  22. ; Disk space required
  23. ; <type of setup>= <Full install space>, <Min install space>
  24.  
  25.         upd2x386full = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  26.         upd2x286full = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  27.         upd3x386full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  28.         upd3x286full = 5500000,5000000  ;  5.5 Mb, 5.0 Mb
  29.                                     
  30.         new386full   = 10000000,6144000 ; 10.0 Mb, 6.144 Mb
  31.         new286full   = 9000000,6144000  ;  9.0 Mb, 6.144 Mb
  32.  
  33.         netadmin     = 16000000         ; 16.0 Mb
  34.         netadminupd  = 16000000         ; 16.0 Mb
  35.         upd2x386net  = 300000           ;   .3 Mb
  36.         upd3x386net  = 300000           ;   .3 Mb
  37.         upd2x286net  = 300000           ;   .3 Mb
  38.         upd3x286net  = 300000           ;   .3 Mb
  39.         new386net    = 300000,300000    ;  .3 Mb,  .3 Mb
  40.         new286net    = 300000,300000    ;  .3 Mb,  .3 Mb
  41.                                     
  42.  
  43.  
  44. ; Defaults used in setting up and names of a few files
  45.         startup   = WIN.COM
  46.         defdir    = C:\WINDOWS
  47.         shortname = Windows
  48.         welcome   = "Windows 3.1"
  49.         deflang   = enu
  50.         defxlat   = 437
  51.         defkeydll = usadll
  52.         register  = "regedit /s /u setup.reg"
  53.         tutor     = "wintutor.exe "
  54.         NetSetup  = FALSE
  55.         MouseDrv  = TRUE
  56.         Version   = "3.1.040"
  57.  
  58. ; This is data needed by the MS-DOS half of setup so that it can copy the
  59. ; proper kernel and start Windows for the GUI portion of setup.
  60. ;
  61. ; ** MS-DOS documentation says that first byte of command line for 4a call
  62. ; ** should be space. ==> in execcmd RHS leave first space as it is now
  63. [winexec]
  64.         execstd   = "dosx.exe "
  65.         execcmd   = " krnl286.exe /b /q:"
  66.         exechimem = "xmsmmgr.exe"
  67.         himemcmd  = ""
  68.         Krnl386   = 2:krnl386.exe
  69.         Krnl286   = 2:krnl286.exe
  70.         dosx      = 2:dosx.exe
  71.  
  72. ; Names of the disks Setup can prompt for.
  73. [disks]
  74.         1 =\MWIN ,"Sensation! System CD",disk1
  75.         2 =\MWIN ,"Sensation! System CD",disk2
  76.         3 =\MWIN ,"Sensation! System CD",disk3
  77.         4 =\MWIN ,"Sensation! System CD",disk4
  78.         5 =\MWIN ,"Sensation! System CD",disk5
  79.         6 =\MWIN ,"Sensation! System CD",disk6
  80.         7 =\MWIN ,"Sensation! System CD",disk7
  81.         8 =\MWIN ,"Sensation! System CD",disk8
  82.         9 =\MWIN ,"Sensation! System CD",disk9
  83.  
  84. [oemdisks]
  85.         Z =. ,"HP DeskJet Series v2.0 disk (from printer box or contact HP)",diskz
  86.  
  87. [user]
  88.         3:setup.ini, noupdate
  89.  
  90. [windows]
  91.         1:setup.hlp
  92.         1:setup.txt
  93.         1:win.src,    Net
  94.         2:system.src, Net
  95.         1:winhelp.exe
  96.         3:control.hlp
  97.  
  98. [windows.system]
  99.         1:gdi.exe
  100.         3:user.exe
  101.         2:win.cnf
  102.         1:lzexpand.dll
  103.         2:ver.dll
  104.  
  105. [windows.system.386]
  106.         1:cpwin386.cpl
  107.  
  108. [386max]
  109.         2:386max.vxd
  110.         3:windows.lod
  111.  
  112. [bluemax]
  113.         2:bluemax.vxd
  114.         3:windows.lod
  115.  
  116. [shell]
  117. ;              desktop.exe, "WinMate Desktop"          
  118.      progman.exe,  "Program Manager"
  119.  
  120. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  121. : !!! The description strings should not be changed.
  122. ; !!! Changing description strings can result in old drivers not being
  123. ; !!! upgraded since Setup uses the description string to determine what
  124. ; !!! driver is installed and whether a new, upgraded driver is provided
  125. ; !!! with this version of Windows.
  126. ; !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  127. ;
  128.  
  129. [display]
  130. ;profile = driver,         Description of driver,                           resolution,    286 grabber,    logo code,       VDD,            386grabber,   ega.sys,   logo data,    optional work section
  131. ;
  132. 8514     = 1:8514.drv,     "8514/a",                                        "100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   2:vdd8514.386,  2:vgadib.3gr,,           3:vgalogo.rle, 8514
  133. 8514s    = 1:8514.drv,     "8514/a (Small fonts)",                          "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:vdd8514.386,  2:vgadib.3gr,,           3:vgalogo.rle, 8514s
  134. plasma   = 2:plasma.drv,   "Compaq Portable Plasma",                        "100,96,96",   2:cga.2gr,      3:cgalogo.lgo,   2:vddcga.386,   2:plasma.3gr,,           3:cgalogo.rle
  135. egahires = 2:ega.drv,      "EGA",                                           "133,96,72",   2:egacolor.2gr, 2:egalogo.lgo,   2:vddega.386,   1:ega.3gr,    2:ega.SYS, 2:egalogo.rle
  136. egahibw  = 2:egahibw.drv,  "EGA black and white (286 only)",                "133,96,72",   2:egacolor.2gr, 3:cgalogo.lgo,,,                               2:ega.SYS, 3:cgalogo.rle
  137. egamono  = 2:egamono.drv,  "EGA Monochrome (286 only)",                     "133,96,72",   2:egamono.2gr,  2:egamono.lgo,,,                               2:ega.SYS, 3:egamono.rle
  138. hercules = 2:hercules.drv, "Hercules Monochrome",                           "133,96,72",   2:hercules.2gr, 2:herclogo.lgo,  2:vddherc.386,  2:herc.3gr,,             2:herclogo.rle
  139. mcga     = 2:vgamono.drv,  "IBM MCGA (286 only)",                           "100,96,96",   1:vgacolor.2gr, 3:cgalogo.lgo,,,,                                         3:cgalogo.rle, vgamono
  140. olibw    = 2:olibw.drv,    "Olivetti/AT&T Monochrome or PVC Display",       "120,96,80",   2:oligrab.2gr,  3:cgalogo.lgo,   2:vddcga.386,   2:plasma.3gr,,           3:cgalogo.rle
  141. ct441    = 3:vga.drv,      "QuadVGA, ATI VIP VGA, 82C441 VGAs",             "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddct441.386, 3:vga30.3gr,,            3:vgalogo.rle
  142. tiga1    = 2:tiga.drv,     "TIGA (Small fonts)",                            "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddtiga.386,  2:vgadib.3gr,,           3:vgalogo.rle, tiga1
  143. tiga2    = 2:tiga.drv,     "TIGA (Large fonts)",                            "100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddtiga.386,  2:vgadib.3gr,,           3:vgalogo.rle, tiga2
  144. vga      = 3:vga.drv,      "VGA",                                           "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   x:*vddvga,      1:vga.3gr,,              3:vgalogo.rle
  145. vga30    = 3:vga.drv,      "VGA (Version 3.0)",                             "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddvga30.386, 3:vga30.3gr,,            3:vgalogo.rle
  146. vgamono  = 2:vgamono.drv,  "VGA with Monochrome display",                   "100,96,96",   2:vgamono.2gr,  2:egamono.lgo,   x:*vddvga,      2:vgadib.3gr,,           3:egamono.rle, vgamono
  147. svga     = 2:supervga.drv, "Super VGA (800x600, 16 colors)",                "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   x:*vddvga,      1:vga.3gr,,              3:vgalogo.rle
  148. v7vga    = 2:v7vga.drv,    "Video 7 512K, 640x480 256 colors",              "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7b
  149. v7c      = 2:v7vga.drv,    "Video 7 512K, 720x512 256 colors",              "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7c
  150. v7d      = 2:v7vga.drv,    "Video 7 1Mb,  800x600 256 colors",              "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7d
  151. v7e      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colors (Large fonts)","100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7e
  152. v7f      = 2:v7vga.drv,    "Video 7 1Mb, 1024x768 256 colors (Small fonts)","100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:v7vdd.386,    2:v7vga.3gr,,            3:vgalogo.rle, v7f
  153. xga16    = 3:vga.drv,      "XGA (640x480, 16 colors)",                      "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   1:vddvga30.386, 3:vga30.3gr,,            3:vgalogo.rle
  154. xgasm    = 1:xga.drv,      "XGA (Small fonts)",                             "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,            3:vgalogo.rle, xgasm
  155. xgalg    = 1:xga.drv,      "XGA (Large fonts)",                             "100,120,120", 1:vgacolor.2gr, 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,            3:vgalogo.rle, xgalg
  156. xgalo    = 1:xga.drv,      "XGA (640x480, 256 colors)",                     "100,96,96",   1:vgacolor.2gr, 2:vgalogo.lgo,   2:vddxga.386,   2:v7vga.3gr,,            3:vgalogo.rle, xgalo
  157. av664    = 1:64K_1024.drv, "CL-GD5426/28 v1.32 Windows Drivers",            "100,96,96",   1:vgacolor.2gr, 1:vgalogo.lgo,   1:vdd542X.386,  1:avga.3gr,,             1:vgalogo.rle, a616B
  158.  
  159. ;
  160. ; Optional sections listed in field 9 of the display secton are intrpreted as follows:
  161. ;
  162. ; File, Destination, .ini file, Section, LHS, RHS
  163. ;
  164. ; Where:    x:File      = Optional; file to be copied, may be left null.
  165. ;           Destination = 0: for windows root or 0:system for system subdir
  166. ;                          where file is to be copied.
  167. ;           .ini file   = Optional; .ini file to be modified or created.
  168. ;                          Must be included if following parameters specified.
  169. ;           Section     = Section of .ini file to be modified.
  170. ;           OldLine     = Optional; old line to be removed from the .ini file.
  171. ;                          Only one occurence of the specified string is removed.
  172. ;           NewLine     = New text line to be written to the .ini file.
  173. ;
  174. [a616B]
  175. ,,system.ini,CLVGA,"dpi=","dpi=96"
  176. ,,system.ini,CLVGA,"videomode=","videomode=100"
  177. 1:setres.ini,0:system,,,
  178. 1:8514fix.fon,0:system,,,
  179. 1:8514oem.fon,0:system,,,
  180. 1:8514sys.fon,0:system,,,
  181. 1:cga40850.fon,0:system,,,
  182. 1:cga80850.fon,0:system,,,
  183. 1:courf.fon,0:system,,,
  184. 1:ega40850.fon,0:system,,,
  185. 1:ega80850.fon,0:system,,,
  186. 1:SERIFF.FON,0:system,,,
  187. 1:SMALLF.FON,0:system,,,
  188. 1:SSERIFF.FON,0:system,,,
  189. 1:SYMBOLF.FON,0:system,,,
  190. 1:VGA850.FON,0:system,,,
  191. 1:VGA860.FON,0:system,,,
  192. 1:VGA861.FON,0:system,,,
  193. 1:VGA863.FON,0:system,,,
  194. 1:VGA865.FON,0:system,,,
  195. 1:16m_640.drv,0:system,,,
  196. 1:16_1280.drv,0:system,,,
  197. 1:256_1280.drv,0:system,,,
  198. 1:oem542x.inf,0:system,,,
  199.  
  200. ;[v7vga]
  201. ;x:v7vga.vxd, 0:system, system.ini, 386enh, "v7device=", "display=v7vdd.386"
  202.  
  203. [vgamono]
  204. ,,system.ini,386enh,"vgamono=","vgamono=TRUE"
  205.  
  206. [8514]
  207. ,,system.ini,8514.DRV,"dpi=","dpi=120"
  208.  
  209. [8514s]
  210. ,,system.ini,8514.DRV,"dpi=","dpi=96"
  211.  
  212. [tiga1]
  213. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=1"
  214.  
  215. [tiga2]
  216. 2:tigawin.rlm,0:system,system.ini,"tiga.drv","tigafont=","tigafont=0"
  217.  
  218. [v7b]
  219. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=640x480"
  220. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  221.  
  222. [v7c]
  223. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=720x512"
  224. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  225.  
  226. [v7d]
  227. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=800x600"
  228. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  229.  
  230. [v7e]
  231. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  232. ,,system.ini,v7vga.drv,"FontSize=","FontSize=large"
  233.  
  234. [v7f]
  235. ,,system.ini,v7vga.drv,"WidthXHeight=","WidthXHeight=1024x768"
  236. ,,system.ini,v7vga.drv,"FontSize=","FontSize=small"
  237.  
  238. [xgasm]
  239. ,,system.ini,XGA_Display,"XGA_Resolution=",
  240. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  241.  
  242. [xgalg]
  243. ,,system.ini,XGA_Display,"XGA_Resolution=",
  244. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=2"
  245.  
  246. [xgalo]
  247. ,,system.ini,XGA_Display,"XGA_Resolution=","XGA_Resolution=1"
  248. ,,system.ini,XGA_Display,"XGA_Resources=","XGA_Resources=1"
  249.  
  250. ; copy these fonts depending on the 386 grabber being used
  251. [VGA.3gr]
  252. 2:CGA40WOA.FON,2:CGA40850.FON
  253. 2:CGA80WOA.FON,2:CGA80850.FON
  254. 2:EGA40WOA.FON,2:EGA40850.FON
  255. 2:EGA80WOA.FON,2:EGA80850.FON
  256.  
  257. [VGA30.3gr]
  258. 2:CGA40WOA.FON,2:CGA40850.FON
  259. 2:CGA80WOA.FON,2:CGA80850.FON
  260. 2:EGA40WOA.FON,2:EGA40850.FON
  261. 2:EGA80WOA.FON,2:EGA80850.FON
  262.  
  263. [V7VGA.3gr]
  264. 2:CGA40WOA.FON,2:CGA40850.FON
  265. 2:CGA80WOA.FON,2:CGA80850.FON
  266. 2:EGA40WOA.FON,2:EGA40850.FON
  267. 2:EGA80WOA.FON,2:EGA80850.FON
  268.  
  269. [EGA.3gr]
  270. 2:CGA40WOA.FON,2:CGA40850.FON
  271. 2:CGA80WOA.FON,2:CGA80850.FON
  272. 2:EGA40WOA.FON,2:EGA40850.FON
  273. 2:EGA80WOA.FON,2:EGA80850.FON
  274.  
  275. [vgadib.3gr]
  276. 2:CGA40WOA.FON,2:CGA40850.FON
  277. 2:CGA80WOA.FON,2:CGA80850.FON
  278. 2:EGA40WOA.FON,2:EGA40850.FON
  279. 2:EGA80WOA.FON,2:EGA80850.FON
  280.  
  281. [PLASMA.3gr]
  282. 2:EGA40WOA.FON,2:EGA40850.FON
  283. 2:EGA80WOA.FON,2:EGA80850.FON
  284.  
  285. [HERC.3gr]
  286. 2:HERCWOA.FON,2:HERC850.FON
  287.  
  288. [TIGA.3GR]
  289. 2:CGA40WOA.FON,2:CGA40850.FON
  290. 2:CGA80WOA.FON,2:CGA80850.FON
  291. 2:EGA40WOA.FON,2:EGA40850.FON
  292. 2:EGA80WOA.FON,2:EGA80850.FON
  293.  
  294. [avga.3gr]
  295. 1:CGA40WOA.FON,1:CGA40850.FON
  296. 1:CGA80WOA.FON,1:CGA80850.FON
  297. 1:EGA40WOA.FON,1:EGA40850.FON
  298. 1:EGA80WOA.FON,1:EGA80850.FON
  299.  
  300. [keyboard.drivers]
  301. kbd   = 2:keyboard.drv
  302. kbdhp = 1:kbdhp.drv
  303.  
  304. [keyboard.types]
  305. t3s0alat  = "All AT type keyboards (84 - 86 keys)"             ,nodll
  306. t1s2at&t  = "AT&T '301' keyboard"                              ,nodll
  307. t1s4at&t  = "AT&T '302' keyboard"                              ,nodll
  308. t4s0enha  = "Enhanced 101 or 102 key US and Non US keyboards"  ,nodll
  309. t3s0hp1   = "Hewlett-Packard Vectra keyboard (DIN)"            ,nodll
  310. t4s40oliv = "Olivetti 101/102 A keyboard"                      ,nodll
  311. t1s0oliv  = "Olivetti 83 key keyboard"                         ,nodll
  312. t3s10oliv = "Olivetti 86 Key keyboard"                         ,nodll
  313. t2s1oliv  = "Olivetti M24 102 key keyboard"                    ,usadll
  314. t1s42oliv = "PC-XT 83 key keyboard"                            ,nodll
  315. t1s0pcxt  = "PC/XT - Type keyboard (84 keys)"                  ,nodll
  316.  
  317. [keyboard.tables]
  318. beldll = 2:kbdbe.dll , "Belgian"
  319. bridll = 2:kbduk.dll , "British"
  320. cafdll = 2:kbdfc.dll , "Canadian Multilingual"
  321. dandll = 2:kbdda.dll , "Danish"
  322. dutdll = 2:kbdne.dll , "Dutch"
  323. findll = 2:kbdfi.dll , "Finnish"
  324. fredll = 2:kbdfr.dll , "French"
  325. candll = 2:kbdca.dll , "French Canadian"
  326. gerdll = 2:kbdgr.dll , "German"
  327. icedll = 2:kbdic.dll , "Icelandic"
  328. itadll = 2:kbdit.dll , "Italian"
  329. latdll = 2:kbdla.dll , "Latin American"
  330. nordll = 2:kbdno.dll , "Norwegian"
  331. pordll = 2:kbdpo.dll , "Portuguese"
  332. spadll = 3:kbdsp.dll , "Spanish"
  333. swedll = 3:kbdsw.dll , "Swedish"
  334. swfdll = 2:kbdsf.dll , "Swiss French"
  335. swgdll = 2:kbdsg.dll , "Swiss German"
  336. nodll  =             , "US"
  337. usadll = 3:kbdus.dll , "US"
  338. usddll = 3:kbddv.dll , "US-Dvorak"
  339. usxdll = 2:kbdusx.dll, "US-International"
  340.  
  341. [codepages]
  342. ;       Xlat Table     OEM Font      WOA Font     Description
  343. 863 = 1:xlat863.bin, 3:vga863.fon, 1:app850.fon, "Canadian-French (863)"
  344. 861 = 2:xlat861.bin, 2:vga861.fon, 1:app850.fon, "Icelandic (861)"
  345. 865 = 3:xlat865.bin, 3:vga865.fon, 1:app850.fon, "Nordic (865)"
  346. 850 = 1:xlat850.bin, 2:vga850.fon, 1:app850.fon, "Multi-Lingual (850)"
  347. 860 = 2:xlat860.bin, 2:vga860.fon, 1:app850.fon, "Portuguese (860)"
  348. 437 =              ,             , 3:dosapp.fon, "English (437)"
  349.  
  350. [pointing.device]
  351. ;
  352. ; Note: the VMD field may contain multiple VXD's in the form "x:*vmd,2:1vmd.386".
  353. ;       Please note, however, that if multiple VXD's are specified in the VMD field
  354. ;       they must be surrounded by double quotes (").
  355. ;
  356. ;profile =  mouse driver,   Mouse description,                 VMD,     Optional work section
  357. ;
  358. hpmouse  = 2:hpmouse.drv, "HP Mouse (HP-HIL)",                 x:*vmd
  359. lmouse   = 2:lmouse.drv,  "Logitech",                          2:lvmd.386, lmouse
  360. ps2mouse = 2:mouse.drv,   "Microsoft, or IBM PS/2",            x:*vmd
  361. genius1  = 2:mscmouse.drv,"Genius serial mouse on COM1"      , 2:mscvmd.386
  362. genius2  = 3:msc3bc2.drv, "Genius serial mouse on COM2"      , 2:mscvmd.386
  363. msmouse2 = 2:mscmouse.drv,"Mouse Systems serial or bus mouse", 2:mscvmd.386
  364. msmouse1 = 3:msc3bc2.drv, "Mouse Systems serial mouse on COM2",2:mscvmd.386
  365. nomouse  = 2:nomouse.drv, "No mouse or other pointing device", x:*vmd
  366. kbdmouse = 3:kbdmouse.drv,"Olivetti/AT&T Keyboard Mouse",      x:*vmd
  367.  
  368. [lmouse]
  369. 2:lmouse.com,0:,,,,
  370.  
  371. [dos.mouse.drivers]
  372. mouse.sys   = 5:mouse.SYS,     "MS Dos Mouse driver .SYS ver 7.XX"
  373. mouse.com   = 4:mouse.com,     "MS Dos Mouse driver .COM ver 7.XX"
  374. mousehp.sys = 5:mousehp.SYS,   "HP Dos Mouse driver .SYS ver 7.XX"
  375. mousehp.com = 4:mousehp.com,   "HP Dos Mouse driver .COM ver 7.XX"
  376.  
  377. [network]
  378. ;Prof     = Driver, Description, HelpFile,OptFile,Optional section
  379. nonet     = ,"No Network Installed"                                ,,,nonet_stuff
  380. 3open     = ,"3Com 3+Open"
  381. 3share    = ,"3Com 3+Share"                                        ,,,msnet_stuff
  382. lantastic = ,"Artisoft LANtastic"
  383. banyan    = ,"Banyan Vines"
  384. dlr       = ,"IBM OS/2 LAN Server"
  385. pclp      = ,"IBM PC LAN Program"
  386. lanman    = ,"Microsoft LAN Manager"
  387. msnet     = ,"Microsoft Network (or 100% compatible)",             ,,,msnet_stuff
  388. novell    = ,"Novell NetWare"
  389. pathworks = ,"DEC PATHWORKS"
  390. 10net     = ,"TCS 10Net"
  391.  
  392. [3open.versions]
  393. xx010000="versions 1.X",,3open1
  394. 00020000="version 2.0 Basic",,lmbasic
  395. 01020000="version 2.0 Enhanced",,lmenh20
  396.  
  397. [lantastic.versions]
  398. xx000000="versions below 3.0",,unsupported_net
  399. xx030000="versions 3.X",,lant3
  400. xx040000="versions 4.X",lantasti.386,lant4def,lant4
  401.  
  402. [banyan.versions]
  403. xx000000="versions below 4.0",,unsupported_net
  404. xx040000="versions 4.0X",,ban4
  405. xx041000="version 4.1",z:\vines.drv,ban41def,ban41
  406.  
  407. [pathworks.versions]
  408. xx000000="versions below 4.0",,unsupported_net
  409. xx040000="version 4.0",,dec4
  410. xx040100="version 4.1 or higher",,dec41
  411.  
  412. [dlr.versions]
  413. xx000000="versions below 1.2",,unsupported_net
  414. 00012000="without /API option",,dlr12
  415. 01012000="version 1.2 or 1.3",,dlr12
  416. 01013000="version 1.3 CSD 5015/5050",,dlr13csd
  417. 01020000="version 2.0",,dlr20
  418.  
  419. [pclp.versions]
  420. xx000000="all versions",,pclp
  421.  
  422. [lanman.versions]
  423. xx000000="versions 1.X",,lmbasic
  424. 00020000="version 2.0 Basic",,lmbasic
  425. 01020000="version 2.0 Enhanced",,lmenh20
  426. 00021000="version 2.1 Basic",,lmbasic21
  427. 01021000="version 2.1 Enhanced",lanman21.drv,lmenh21nodrv,lmenh21
  428.  
  429. [novell.versions]
  430. 00000000="shell versions below 3.01",,unsupported_net
  431. 00030100="shell versions below 3.21",,novell301
  432. 00032100="shell versions 3.21 and above",,novell321
  433. 00032600="shell versions 3.26 and above",,novell326
  434.  
  435. [10net.versions]
  436. xx000000="versions below 4.1",,unsupported_net
  437. 00041000="versions 4.1X",,10net41
  438. 01041000="versions 4.1X with DCA 1M card",,10net41a
  439. xx042000="versions 4.2 and above",wtnet.drv,10net42def,10net42
  440. xx050000="version 5.0",wtnet.drv,10net42def,10net50
  441.  
  442. [nonet_stuff]
  443. vxd=x:*dosnet,x:*vnetbios
  444.  
  445. [msnet_stuff]
  446. driver=1:msnet.drv
  447. vxd=x:*dosnet,x:*vnetbios
  448. system.ini=386Enh,TimerCriticalSection,10000
  449. system.ini=386Enh,UniqueDOSPSP,TRUE
  450. system.ini=386Enh,PSPIncrement,5
  451.  
  452. [3open1]
  453. driver=1:msnet.drv
  454. vxd=x:*vnetbios,x:*dosnet,2:lanman10.386
  455. warning=2
  456. system.ini=386Enh,TimerCriticalSection,10000
  457. system.ini=386Enh,UniqueDOSPSP,TRUE
  458. system.ini=386Enh,PSPIncrement=5
  459.  
  460. [unsupported_net]
  461. warning=1
  462.  
  463. [lant3]
  464. warning=2
  465. driver=1:msnet.drv
  466. vxd=x:*vnetbios,x:*dosnet
  467. system.ini=386Enh,INDOSPolling,TRUE
  468. system.ini=386Enh,EMMExclude,D800-DFFF
  469. system.ini=386Enh,NetHeapSize,76
  470. win.ini=Ports,LPT1.DOS,
  471. win.ini=Ports,LPT2.DOS,
  472. win.ini=Ports,LPT3.DOS,
  473. system.ini=386Enh,NetAsynchTimeout,50
  474. system.ini=386Enh,NetAsynchFallback,true
  475.  
  476. [lant4]
  477. driver=1:msnet.drv
  478. system.ini=386Enh,network,"lantasti.386, *vnetbios"
  479. system.ini=386Enh,EMMExclude,D800-DFFF
  480. system.ini=386Enh,PerVMFiles,0
  481. system.ini=386Enh,NetHeapSize,64
  482. system.ini=386Enh,NetAsynchTimeout,50
  483. system.ini=386Enh,NetAsynchFallback,true
  484.  
  485. [lant4def]
  486. warning=3
  487. driver=1:msnet.drv
  488. vxd=x:*vnetbios,x:*dosnet
  489. system.ini=386Enh,EMMExclude,D800-DFFF
  490. system.ini=386Enh,PerVMFiles,0
  491. system.ini=386Enh,NetHeapSize,64
  492. system.ini=386Enh,NetAsynchTimeout,50
  493. system.ini=386Enh,NetAsynchFallback,true
  494.  
  495. [ban4]
  496. warning=2
  497. driver=1:msnet.drv
  498. vxd=x:*vnetbios,x:*dosnet,2:baninst.386
  499. system.ini=386Enh,TimerCriticalSection=5000
  500. system.ini=386Enh,UniqueDOSPSP,TRUE
  501. system.ini=386Enh,PSPIncrement,5
  502.  
  503. [ban41]
  504. ;; paths other than windows disk only works for sysdir or windir...
  505. sysdir=z:\vines.drv,z:\vvinesd.386
  506. sysdir=z:\vnsapi.dll,z:\rvnsapi.dll,z:\rvines.dll,z:\ddelib.dll
  507. system.ini=boot,network.drv,vines.drv
  508. system.ini=386Enh,network,"*vnetbios,*dosnet,vvinesd.386"
  509. system.ini=386Enh,TimerCriticalSection,5000
  510. system.ini=386Enh,UniqueDOSPSP,TRUE
  511. system.ini=386Enh,PSPIncrement,5
  512.  
  513. [ban41def]
  514. warning=3
  515. driver=1:msnet.drv
  516. vxd=x:*vnetbios,x:*dosnet
  517. system.ini=386Enh,TimerCriticalSection=5000
  518. system.ini=386Enh,UniqueDOSPSP,TRUE
  519. system.ini=386Enh,PSPIncrement,5
  520.  
  521. [dec4]
  522. warning=2
  523. driver=2:pcsa.drv
  524. vxd=x:*dosnet,2:decnet.386,2:decnb.386
  525. system.ini=386Enh,TimerCriticalSection,10000
  526.  
  527. [dec41]
  528. driver=2:pcsa.drv
  529. vxd=x:*dosnet,2:decnet.386,2:decnb.386
  530. system.ini=386Enh,TimerCriticalSection,10000
  531.  
  532. [dlr12]
  533. warning=2
  534. driver=1:msnet.drv
  535. vxd=x:*vnetbios,x:*dosnet
  536.  
  537. [dlr13csd]
  538. warning=3
  539. driver=2:lanman.drv
  540. vxd=x:*vnetbios,x:*dosnet
  541. sysdir=2:netapi20.dll,2:pmspl20.dll
  542. update=3:lanman.hlp,3:winpopup.hlp,2:winpopup.exe
  543.  
  544. [dlr20]
  545. system.ini=boot,network.drv,lansrv.drv
  546. vxd=x:*vnetbios,x:*dosnet
  547. update=3:winpopup.hlp,2:winpopup.exe
  548.  
  549. [pclp]
  550. warning=2
  551. driver=1:msnet.drv
  552. vxd=x:*vnetbios,x:*dosnet
  553. system.ini=386Enh,INDOSPolling,TRUE
  554.  
  555. [lmbasic]
  556. warning=2
  557. driver=1:msnet.drv
  558. vxd=x:*dosnet,x:*vnetbios,2:lanman10.386
  559.  
  560. [lmbasic21]
  561. driver=1:msnet.drv
  562. vxd=x:*dosnet,x:*vnetbios,2:lanman10.386
  563.  
  564. [lmenh20]
  565. warning=2
  566. driver=2:lanman.drv
  567. vxd=x:*vnetbios,x:*dosnet
  568. sysdir=2:netapi20.dll,2:pmspl20.dll
  569. update=3:lanman.hlp,2:winpopup.exe,3:winpopup.hlp
  570.  
  571. [lmenh21nodrv]
  572. warning=3
  573. driver=1:msnet.drv
  574. vxd=x:*dosnet,x:*vnetbios
  575.  
  576. [lmenh21]
  577. warning=2
  578. system.ini=boot,network.drv,lanman21.drv
  579. vxd=x:*vnetbios,x:*dosnet
  580. update=2:winpopup.exe,3:winpopup.hlp
  581.  
  582. [novell301]
  583. warning=2
  584. driver=2:netware.drv
  585. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  586. sysdir=3:netware.hlp,3:nwpopup.exe
  587. sysdir=2:ipx.obj,3:netx.com
  588. sysdir=3:ipxodi.com,2:lsl.com
  589. sysdir=3:tbmi2.com
  590. win.ini=windows,load,nwpopup.exe
  591. system.ini=386Enh,OverlappedIO=off
  592.  
  593. [novell321]
  594. warning=2
  595. driver=2:netware.drv
  596. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  597. sysdir=3:netware.hlp,3:nwpopup.exe
  598. sysdir=2:ipx.obj,3:netx.com
  599. sysdir=3:ipxodi.com,2:lsl.com
  600. sysdir=3:tbmi2.com
  601. win.ini=windows,load,nwpopup.exe
  602. system.ini=386Enh,OverlappedIO=off
  603.  
  604. [novell326]
  605. driver=2:netware.drv
  606. vxd=x:*vnetbios,2:vnetware.386,2:vipx.386
  607. sysdir=3:netware.hlp,3:nwpopup.exe
  608. sysdir=2:ipx.obj,3:netx.com
  609. sysdir=3:ipxodi.com,2:lsl.com
  610. sysdir=3:tbmi2.com
  611. win.ini=windows,load,nwpopup.exe
  612. system.ini=386Enh,OverlappedIO=off
  613.  
  614. [10net41]
  615. warning=2
  616. driver=1:msnet.drv
  617. vxd=x:*vnetbios,x:*dosnet
  618. system.ini=386Enh,TimerCriticalSection,10000
  619.  
  620. [10net41a]
  621. warning=2
  622. driver=1:msnet.drv
  623. vxd=x:*vnetbios,x:*dosnet
  624. system.ini=386Enh,TimerCriticalSection,10000
  625. system.ini=386Enh,UniqueDOSPSP,TRUE
  626. system.ini=386Enh,PSPIncrement,5
  627. system.ini=386Enh,INDOSPolling,TRUE
  628.  
  629. [10net42]
  630. system.ini=boot,network.drv,wtnet.drv
  631. vxd=x:*vnetbios,x:*dosnet
  632. system.ini=386Enh,TimerCriticalSection,10000
  633. windir=10net.ini
  634.  
  635. [10net42def]
  636. warning=3
  637. driver=1:msnet.drv
  638. vxd=x:*dosnet,x:*vnetbios
  639. system.ini=386Enh,TimerCriticalSection,2000
  640.  
  641. [10net50]
  642. warning=3
  643. system.ini=boot,network.drv,wtnet.drv
  644. vxd=x:*dosnet,x:*vnetbios
  645. system.ini=386Enh,TimerCriticalSection,2000
  646. windir=10net.ini
  647.  
  648. [sysfonts]
  649. 2:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
  650. 2:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  651. 2:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  652. 2:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"
  653.  
  654. [fixedfonts]
  655. 1:egafix.fon,"EGA (640x350) resolution Fixed System Font", "133,96,72"
  656. 2:vgafix.fon,"VGA (640x480) resolution Fixed System Font", "100,96,96"
  657. 2:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  658. 1:egafix.fon,"AT&T (640x400) resolution Fixed System Font", "120,96,80"
  659.  
  660. [oemfonts]
  661. 2:egaoem.fon,"EGA (640x350) resolution Terminal Font (USA/Europe)", "133,96,72",1
  662. 2:vgaoem.fon,"VGA (640x480) resolution Terminal Font (USA/Europe)", "100,96,96",1
  663. 2:8514oem.fon,"8514/a (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  664. 2:egaoem.fon,"AT&T (640x400) resolution Terminal Font (USA/Europe)","120,96,80",1
  665.  
  666. ;   The win.copy section is a list of files or sections to copy to the WINDOWS
  667. ;   directoy.
  668. ;
  669. ;   FORMAT      from,to
  670. ;
  671. ;   IE
  672. ;       1:foo.txt,  0:        copy foo.txt from disk 1 to the windows directory
  673. ;       #386,       0:system  copy all files in the 386 SECTION to the
  674. ;
  675. ;
  676. [win.copy]
  677. ; copy this section for setup on 286 machines
  678.      #net,       0:
  679.      #win.shell, 0:
  680.      #win.other, 0:system
  681.  
  682. [win.copy.net]
  683. ; copy this section for network setup on 286 machines
  684.      #net,              0:
  685.  
  686. [win.copy.net.win386]
  687. ; copy this section for network setup on 386 machines
  688.      #net,       0:
  689.  
  690. [win.copy.win386]
  691. ; copy this section for full setup on 386 machines
  692.      #net,       0:
  693.      #win.shell, 0:
  694.      #pwin386,   0:system
  695.      #win.other, 0:system
  696.  
  697. [net]
  698.      6:CONTROL.SRC,    "Windows User Files"
  699.      5:WINVER
  700.  
  701. [win.devices]
  702. ; These devices will be copied on all machines
  703.      4:HIMEM.SYS,      "XMS Memory Manager"
  704.      5:SMARTDRV.EXE,   "Disk Caching Program"
  705.      5:RAMDRIVE.SYS,   "RAM Drive Program"
  706.  
  707. [win.devices.win386]
  708. ; These devices will be copied on 386 machines only
  709.      4:HIMEM.SYS,      "XMS Memory Manager"
  710.      4:EMM386.EXE,     "LIM Expanded Memory Manager"
  711.      5:SMARTDRV.EXE,   "Disk Caching Program"
  712.      5:RAMDRIVE.SYS,   "RAM Drive Program"
  713.  
  714. [win.other]
  715.      5:WINOLDAP.MOD,   "Windows Drivers"
  716.      4:WIN87EM.DLL
  717.      5:SYSEDIT.EXE
  718.      4:COMMDLG.DLL
  719.      5:DDEML.DLL
  720.      4:OLECLI.DLL
  721.      5:OLESVR.DLL
  722.      5:DSWAP.EXE
  723.      5:WSWAP.EXE
  724.      6:SETUP.REG
  725.      5:SHELL.DLL
  726.      5:MAIN.CPL
  727.      4:MIDIMAP.DRV
  728.      6:MIDIMAP.CFG
  729.      6:SND.CPL
  730.      5:DRIVERS.CPL
  731.      5:MMSYSTEM.DLL
  732.      6:MMTASK.TSK
  733.      3:TIMER.DRV
  734.      5:MCISEQ.DRV
  735.      6:MCIWAVE.DRV
  736.      6:CONTROL.INF
  737.      6:APPS.INF
  738.      5:TOOLHELP.DLL
  739. 1:dib.drv
  740. 5:mcicda.drv
  741. 7:iccvid.drv
  742. 7:vodafax.drv
  743. 7:sb16aux.drv
  744. 7:sb16snd.drv
  745. 7:sb16fm.drv
  746. 7:cspman.dll
  747. 7:vsbpd.386
  748. 9:mciaap.drv
  749. 9:aaplay.dll
  750. 9:aavga.dll
  751. 9:mciawi.drv
  752. 9:mciawi1d.dll
  753. 9:mciawi1o.dll
  754. 9:mciawi1t.tsk
  755. 9:mcimmp.drv
  756. 9:mmp.dll
  757. 9:mciavi.drv
  758. 9:indeo.drv
  759. 9:msvidc.drv
  760. 9:msvideo.dll
  761. 9:mciole.dll
  762. ;9:digitalv.mci
  763. 9:dispdib.dll
  764. 9:vbrun100.dll
  765. 9:vbrun200.dll
  766. 9:threed.vbx
  767. 9:agigrid.vbx
  768. 9:agitext.vbx
  769. 9:agidlg.dll
  770. 9:agimemdb.dll
  771. 9:agivb001.dll
  772. 9:pdbagi.dll
  773. 9:crpe.dll
  774. 9:graph.vbx
  775. 9:gswdll.dll
  776. 9:gsw.exe
  777. 9:mci.vbx
  778.  
  779. 8:dmcolor.dll
  780. 6:finstall.dll
  781. 6:finstall.hlp
  782. ;6:hppcl5a.hlp
  783. ;6:hppcl5op.hlp
  784. 8:hppcl.drv
  785. 8:hppcl5ms.drv
  786. 8:tan24e.drv
  787. 8:tan24i.drv
  788. 8:tan9e.drv
  789. 8:tanhp.drv
  790. 8:tanhp5a.drv
  791. 8:unidrv.dll
  792. 8:olduni.dll
  793. 8:unidrv.hlp
  794. 1:vga.3gr
  795. 1:vga.drv
  796.                         
  797. [win.shell]
  798.      4:PROGMAN.EXE,    "Program Manager"
  799.      6:TASKMAN.EXE,    "Task Manager"
  800.      4:WINFILE.EXE,    "File Manager"
  801.      4:CLIPBRD.EXE,    "Clipboard Viewer"
  802.      4:CONTROL.EXE,    "Control Panel"
  803.      5:PIFEDIT.EXE,    "PIF Editor"
  804.      3:REGEDIT.EXE,    "Registration database"
  805.      4:PRINTMAN.EXE,   "Print Manager"
  806.      5:MSD.EXE,        "Microsoft Diagnostics"
  807.      6:msd.ini
  808.      3:WRITE.EXE,      "Write Word Processor"
  809.      4:WRITE.HLP,      "Write Word Processor Help"
  810.      4:moricons.dll    "Icons"
  811.  
  812. [pwin386]
  813.      4:WINOA386.MOD,   "386 Enhanced Mode files"
  814.      6:WIN386.PS2
  815.      5:WIN386.EXE
  816.      3:VTDAPI.386
  817.  
  818. [DelFiles]
  819. ;Statically initialize the list of files that will be DELETED during the
  820. ;  3.0 to 3.1 up-grade process. Add or remove items from this list at will,
  821. ;  (Wildcards accepted in list)
  822. ; The first files in the list are deleted from Windows system dir(local setup).
  823. ; Nb : Note that DelFiles section always is processed before RenFiles section.
  824.      tmsr?.fon
  825.      helv?.fon
  826.      swapfile.exe
  827.      kernel.exe
  828.      pmspl.dll
  829.      netapi.dll
  830.      midi.cpl
  831.      _default.pif
  832. ; All files in the list AFTER this point will be deleted from Windows dir.
  833. ; WARNING: The "..\" is needed, the code depends on it!!!
  834.      ..\setup.inf
  835.      shell.dll
  836.      olecli.dll
  837.      olesvr.dll
  838.      commdlg.dll
  839.      ver.dll
  840.      toolhelp.dll
  841.      *.pcl
  842.      3270.txt
  843.      networks.txt
  844.      printers.txt
  845.      readme.txt
  846.      sysini?.txt
  847.      winini?.txt
  848.      DRWATSON.EXE
  849. ; Various names for old Windows SETUP.EXE
  850.      SETUP.EXE
  851.      INSTALL.EXE
  852.      ASETTA.EXE
  853.      CONFIG.EXE
  854.      INSTALAR.EXE
  855.      KURMA.EXE
  856.  
  857. [RenFiles]
  858. ; Similar section but for file renaming to create .bak if needed
  859.      MIDIMAP.CFG,MIDIMAP.OLD
  860.      ADLIB.DRV,MSADLIB.DRV
  861.  
  862.  
  863. ; The win.apps, win.games, win.scrs, win.bmps, and win.readme sections are
  864. ; all formatted as described below.
  865. ;
  866. ; X:FileName,      Description,     FileSize,   Profile String
  867. ;
  868. ; Where profile string is used by setup.exe to "lookup" the item in the
  869. ; appropiate progman groups section to determine if and how the item is
  870. ; to be added to a Program manager group via DDE. The profile string is
  871. ; also used to "lookup" and needed dependent files in the [win.dependents]
  872. ; section.
  873. ;
  874. [win.apps]
  875.      5:CALC.EXE,     "Calculator"                ,  43072, calc
  876.      4:CALENDAR.EXE, "Calendar"                  ,  59824, calendar
  877.      4:CARDFILE.EXE, "Cardfile"                  ,  93184, cardfile
  878.      4:CLOCK.EXE,    "Clock"                     ,  16416, clock
  879.      3:NOTEPAD.EXE,  "Notepad"                   ,  32736, notepad
  880.      5:PBRUSH.EXE,   "Paintbrush"                , 183168, pbrush
  881.      4:TERMINAL.EXE, "Terminal"                  , 148160, terminal
  882.      5:CALC.HLP,     "Calculator Help"           ,  18076
  883.      5:CALENDAR.HLP, "Calendar Help"             ,  20656
  884.      4:CARDFILE.HLP, "Cardfile Help"             ,  24810
  885.      4:NOTEPAD.HLP,  "Notepad Help"              ,  13894
  886.      4:PBRUSH.HLP,   "Paintbrush Help"           ,  40269
  887.      3:RECORDER.EXE, "Recorder"                  ,  39152, recorder
  888.      3:RECORDER.HLP, "Recorder Help"             ,  18200
  889.      4:TERMINAL.HLP, "Terminal Help"             ,  36279
  890.      4:PACKAGER.EXE, "Object Packager"           ,  76480, packager
  891.      3:PACKAGER.HLP, "Object Packager Help"      ,  21156
  892.      3:CHARMAP.EXE,  "Character Map"             ,  22016, charmap
  893.      4:CHARMAP.HLP,  "Character Map Help"        ,  10797
  894.      5:MPLAYER.EXE,  "Media Player"              ,  33312, mplayer
  895.      3:MPLAYER.HLP,  "Media Player Help"         ,  12825
  896.      4:SOUNDREC.EXE, "Sound Recorder"            ,  51241, soundrec
  897.      3:SOUNDREC.HLP, "Sound Recorder Help"       ,  17730
  898.      6:CLIPBRD.HLP,  "Clipboard Viewer Help"     ,  13071
  899.      4:DRWATSON.EXE, "Dr. Watson System Utility" ,  26864
  900.      5:PIFEDIT.HLP,  "PIF Editor Help"           ,  33270
  901.      4:PRINTMAN.HLP, "Print Manager Help"        ,  40879
  902.      5:PROGMAN.HLP,  "Program Manager Help"      ,  30911
  903.      6:REGEDIT.HLP,  "Registration Help"         ,  22681
  904.      5:REGEDITV.HLP, "Registration Advanced Help",  15731
  905.      3:WINFILE.HLP,  "File Manager Help"         ,  76855
  906.      3:WINTUTOR.EXE, "Windows Tutorial"          , 124416, wintutor
  907.      3:WINHELP.HLP,  "Help Utility Help"         ,  26960
  908.      3:GLOSSARY.HLP, "Glossary Help"             ,  46570
  909.      3:EXPAND.EXE,   "File Expansion Utility"    ,  15285
  910. ;9:winstall.cfg,                           ,1598
  911. ;9:winstall.exe,                           ,73728
  912. ;9:winmate.ini, ,1954
  913. ;9:agility.ini, , 230
  914. 9:sensblue.bmp, ,8612
  915. 9:startup1.wav, ,136950
  916. ;9:tecmdxlt.exe, ,7403
  917. ;9:tecmdxlt.ini, , 479
  918. ;9:travel.ini, , 33
  919. ;9:volumes.ini, , 597
  920. ;9:demos.ini, ,88
  921. 7:ctres.dll, ,14080
  922. 9:sbwin.ini, ,47
  923. 9:setres.exe, ,28576
  924. 9:setres.hlp, ,10008
  925. 7:mplayer.ini
  926. 8:printer.txt
  927.      diskspace=1859115
  928.  
  929. [win.dependents]
  930. pbrush   = 4:PBRUSH.DLL
  931. recorder = 3:RECORDER.DLL
  932. wintutor = 4:WINTUTOR.DAT
  933.  
  934. [win.games]
  935.      4:SOL.EXE,      "Solitaire"        , 180688, sol
  936.      4:WINMINE.EXE,  "Minesweeper"      ,  27776, winmine
  937.      5:SOL.HLP,      "Solitaire Help"   ,  13753
  938.      4:WINMINE.HLP,  "Minesweeper Help" ,  12754
  939.      diskspace=234971
  940.  
  941. [win.scrs]
  942.      4:SCRNSAVE.SCR, "Default Screen Saver"     ,   5328
  943.      4:SSMARQUE.SCR, "Marquee Screen Saver"     ,  16896
  944.      4:SSMYST.SCR,   "Mystify Screen Saver"     ,  19456
  945.      4:SSSTARS.SCR,  "Stars Screen Saver"       ,  17536
  946.      3:ssflywin.scr, "Flying Windows Screen Saver",  16160
  947.      diskspace=75376
  948.  
  949. [win.bmps]
  950.      4:256COLOR.BMP, "256-Color Wallpaper"      ,   5078
  951.      6:ARCADE.BMP,   "Arcade Wallpaper"         ,    630
  952.      4:ARCHES.BMP,   "Arches Wallpaper"         ,  10358
  953.      3:ARGYLE.BMP,   "Argyle Wallpaper"         ,    630
  954.      3:CARS.BMP,     "Cars Wallpaper"           ,    630
  955.      6:CASTLE.BMP,   "Castle Wallpaper"         ,    778
  956.      5:CHITZ.BMP,    "Chitz Wallpaper"          ,  19918
  957.      5:EGYPT.BMP,    "Egypt Wallpaper"          ,    630
  958.      3:FLOCK.BMP,    "Flock Wallpaper"          ,   1630
  959.      4:HONEY.BMP,    "Honey Wallpaper"          ,    854
  960.      4:MARBLE.BMP,   "Marble Wallpaper"         ,  27646
  961.      4:RIVETS.BMP,   "Rivets Wallpaper"         ,    630
  962.      3:REDBRICK.BMP, "Red Brick Wallpaper"      ,    630
  963.      6:SQUARES.BMP,  "Squares Wallpaper"        ,    630
  964.      4:TARTAN.BMP,   "Tartan Wallpaper"         ,  32886
  965.      4:THATCH.BMP,   "Thatch Wallpaper"         ,    598
  966.      4:WINLOGO.BMP,  "Windows Logo Wallpaper"   ,  38518
  967.      3:ZIGZAG.BMP,   "Zigzag Wallpaper"         ,    630
  968.      6:LEAVES.BMP,   "Leaves Wallpaper"         ,  15118
  969.      5:ding.wav,     "Ding Sound"               ,  11598
  970.      3:chord.wav,    "Chord Sound"              ,  24982
  971.      4:chimes.wav,   "Chimes Sound"             ,  15920
  972.      4:tada.wav,     "Trumpet Sound"            ,  27804
  973.      5:canyon.mid,   "Canyon MIDI Song"         ,  33883
  974.      diskspace=272609
  975.  
  976. [win.readme]
  977.      3:readme.wri,   "General Readme"           ,  92928, readme
  978.      3:networks.wri, "Networks Readme"          ,  62336
  979.      3:winini.wri,   "Win.ini Readme"           ,  31104
  980.      3:sysini.wri,   "System.ini Readme"        ,  52864
  981.      3:printers.wri, "Printers Readme"          ,  41984
  982.      3:apps.hlp,     "Application Compatibility Help",  15930
  983.      diskspace=297146
  984.  
  985. ; The [*.groups] sections maps a group section to the group name used in
  986. ; Program Manager.
  987. ;
  988. ; Section Name = Progman group name, Min/Max switch. ( 1 = Max, nothing = Min).
  989. ;
  990. ; This section is used for upgrading from 3.X to 3.1.
  991. [new.groups]
  992. group7=Main,1
  993. group1=StartUp
  994. group2=Accessories
  995. group6=Games
  996.  
  997. ; This section is for new install.
  998. [progman.groups]
  999. group3=Main,1
  1000. group4=Accessories
  1001. group5=Games
  1002. group1=StartUp
  1003. group8=VGA Utilities
  1004. group9=Sound Blaster 16
  1005.  
  1006. ; Progman DDE control section. This section controls the progman DDE and defines which
  1007. ; .exe's will be added to which groups. The [progman.groups] sections lists section
  1008. ; names that each describe the contents of that group.
  1009. ;
  1010. ; Description string,  .EXE name, Icon extraction .EXE, Icon extraction index, profile
  1011. ;
  1012. ; If the profile field is left NULL, the item will always be added to the group. Otherwise
  1013. ; the item will only be added if it was installed via the partial install dlg.
  1014. ;
  1015. ;
  1016. ; NOTE: If EXE name is NULL item will be deleted from the group if it exists there.
  1017. ;
  1018.  
  1019. [group3]
  1020. "File Manager",     WINFILE.EXE
  1021. "Control Panel",    CONTROL.EXE
  1022. "Print Manager",    PRINTMAN.EXE
  1023. "Clipboard Viewer", CLIPBRD.EXE
  1024. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  1025. "Windows Setup",    SETUP.EXE
  1026. "PIF Editor",       PIFEDIT.EXE
  1027. "Read Me",          README.WRI,,,                              readme
  1028.  
  1029. [group4]
  1030. "Write",            WRITE.EXE
  1031. "Paintbrush",       PBRUSH.EXE,,,                              pbrush
  1032. "Terminal",         TERMINAL.EXE,,,                            terminal
  1033. "Notepad",          NOTEPAD.EXE,,,                             notepad
  1034. "Recorder",         RECORDER.EXE,,,                            recorder
  1035. "Cardfile",         CARDFILE.EXE,,,                            cardfile
  1036. "Calendar",         CALENDAR.EXE,,,                            calendar
  1037. "Calculator",       CALC.EXE,,,                                calc
  1038. "Clock",            CLOCK.EXE,,,                               clock
  1039. "Object Packager",  PACKAGER.EXE,,,                            packager
  1040. "Character Map",    CHARMAP.EXE,,,                             charmap
  1041. "Media Player",     MPLAYER.EXE,,,                             mplayer
  1042. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  1043.  
  1044. [group5]
  1045. "Solitaire",        SOL.EXE,,,                                 sol
  1046. "Minesweeper",      WINMINE.EXE,,,                             winmine
  1047.  
  1048. [group1]
  1049. "Dr. Watson"
  1050.  
  1051. [group2]
  1052. "Object Packager",  PACKAGER.EXE,,,                            packager
  1053. "Character Map",    CHARMAP.EXE,,,                             charmap
  1054. "Media Player",     MPLAYER.EXE,,,                             mplayer
  1055. "Sound Recorder",   SOUNDREC.EXE,,,                            soundrec
  1056. "PIF Editor"
  1057. "Write",            WRITE.EXE
  1058.  
  1059. [group6]
  1060. "Solitaire",        SOL.EXE,,,                                 sol
  1061. "Minesweeper",      WINMINE.EXE,,,                             winmine
  1062.  
  1063. [group7]
  1064. "PIF Editor",       PIFEDIT.EXE
  1065. "Read Me"
  1066. "DOS Prompt"
  1067. "MS-DOS Prompt",    DOSPRMPT.PIF, PROGMAN.EXE, 9
  1068. "Read Me",          README.WRI,,,                              readme
  1069. "Tutorial"
  1070.  
  1071. [group8]
  1072. "SetRES",           SETRES.EXE
  1073.  
  1074. [group9]
  1075. "SB16 Mixer",       C:\SB16\WINAPPL\SB16WMIX.EXE
  1076.  
  1077. [fonts]
  1078.      6:SSERIFB.FON, "MS Sans Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  1079.      5:SSERIFE.FON, "MS Sans Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  1080.      5:SSERIFF.FON, "MS Sans Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  1081.  
  1082.      6:COURB.FON, "Courier 8,10,12,15 (EGA res)", "133,96,72"
  1083.      6:COURE.FON, "Courier 10,12,15 (VGA res)", "100,96,96"
  1084.      6:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  1085.  
  1086.      6:SERIFB.FON, "MS Serif 8,10,12,14,18,24 (EGA res)", "133,96,72"
  1087.      6:SERIFE.FON, "MS Serif 8,10,12,14,18,24 (VGA res)", "100,96,96"
  1088.      5:SERIFF.FON, "MS Serif 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  1089.  
  1090.      6:ARIALB.FON, "Arial 8,10 (EGA res)", "133,96,72"
  1091.      6:TIMESB.FON, "Times New Roman 8,10 (EGA res)", "133,96,72"
  1092.  
  1093.      6:SYMBOLB.FON, "Symbol 8,10,12,14,18,24 (EGA res)", "133,96,72"
  1094.      6:SYMBOLE.FON, "Symbol 8,10,12,14,18,24 (VGA res)", "100,96,96"
  1095.      3:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  1096.  
  1097.      6:SMALLB.FON, "Small Fonts (EGA res)", "133,96,72"
  1098.      6:SMALLE.FON, "Small Fonts (VGA res)", "100,96,96"
  1099.      6:SMALLF.FON, "Small Fonts (8514/a res)", "100,120,120"
  1100.  
  1101.      6:ROMAN.FON, "Roman (Plotter)",   "CONTINUOUSSCALING"
  1102.      6:SCRIPT.FON, "Script (Plotter)", "CONTINUOUSSCALING"
  1103.      6:MODERN.FON, "Modern (Plotter)", "CONTINUOUSSCALING"
  1104.  
  1105. [ttfonts]
  1106. ;
  1107. ;Font Header file, Description string,       Font file,     FontFamily/Flags
  1108. ;
  1109. ; Flags:  0000 = Normal weighted font.
  1110. ;         0100 = Bolded font.
  1111. ;         1000 = Italic font.
  1112. ; NOTE: Flags not currently used.
  1113. ;
  1114. ; NOTE: The first letter of each word in the font desctiption string needs
  1115. ;       to be capitalized.
  1116. ;
  1117. 6:ARIAL.FOT,   "Arial (TrueType)",                       6:arial.ttf,   ""
  1118. 6:ARIALBD.FOT, "Arial Bold (TrueType)",                  6:arialbd.ttf,  "Arial0100"
  1119. 6:ARIALBI.FOT, "Arial Bold Italic (TrueType)",           6:arialbi.ttf, "Arial1100"
  1120. 6:ARIALI.FOT,  "Arial Italic (TrueType)",                6:ariali.ttf,  "Arial1000"
  1121. 5:BAXTER.FOT,  "Baxter (TrueType)",                      5:baxter.ttf,  ""
  1122. 6:COUR.FOT,    "Courier New (TrueType)",                 6:cour.ttf,    ""
  1123. 6:COURBD.FOT,  "Courier New Bold (TrueType)",            6:courbd.ttf,  "Courier0100"
  1124. 6:COURBI.FOT,  "Courier New Bold Italic (TrueType)",     6:courbi.ttf,  "Courier1100"
  1125. 6:COURI.FOT,   "Courier New Italic (TrueType)",          6:couri.ttf,   "Courier1000"
  1126. 9:HANCOCK.FOT, "Hancock (TrueType)",                     9:hancock.ttf, ""
  1127. 9:memo.FOT,    "Memo (TrueType)",                        9:memo.ttf,    ""
  1128. 9:Senator.FOT, "Senator (TrueType)",                     9:senator.ttf, ""
  1129. 9:Stencil.FOT, "Stencil (TrueType)",                     9:Stencil.ttf, ""
  1130. 6:TIMES.FOT,   "Times New Roman (TrueType)",             6:times.ttf,   ""
  1131. 6:TIMESBD.FOT, "Times New Roman Bold (TrueType)",        6:timesbd.ttf, "Times New Roman0100"
  1132. 6:TIMESBI.FOT, "Times New Roman Bold Italic (TrueType)", 6:timesbi.ttf, "Times New Roman1100"
  1133. 6:TIMESI.FOT,  "Times New Roman Italic (TrueType)",      6:timesi.ttf,  "Times New Roman1000"
  1134. 6:SYMBOL.FOT,  "Symbol (TrueType)",                      6:symbol.ttf,  ""
  1135. 6:WINGDING.FOT,"WingDings (TrueType)",                   6:wingding.ttf,""
  1136.  
  1137. ; If any of these drivers are found in the config.sys file, Setup removes them.
  1138. [compatibility]
  1139. icache.sys   
  1140. ibmcache.sys 
  1141. cache.sys    
  1142. cache.exe    
  1143. mcache.sys   
  1144. fast512.sys
  1145.  
  1146. ; Known TSRs and drivers which may result in a hang or crash
  1147. ; during execution of Setup or Windows.
  1148. ;
  1149. ; filename = description string
  1150. [incompTSR1]
  1151. ep.exe      = "Norton Desktop/Windows Erase Protect TSR"
  1152. qmaps.sys   = "QMAPS Memory Manager"
  1153. qcache.exe  = "386 Max Disk Cache Utility"
  1154. cache.exe   = "Disk Cache Utility"
  1155. flash.exe   = "Flash Disk Cache Utility"
  1156. hyper386.exe= "Hyper Disk Cache Utility"
  1157. hyperdkx.exe= "Hyper Disk Cache Utility"
  1158. hyper286.exe= "Hyper Disk Cache Utility"
  1159. hyperdke.exe= "Hyper Disk Cache Utility"
  1160. hyperdkc.exe= "Hyper Disk Cache Utility"
  1161. ncache.exe  = "Norton Disk Cache Utility"
  1162. pc-kwik.exe = "PC-Kwik Disk Cache Utility"
  1163. pc-cache.com= "PC Tools Disk Cache Utility"
  1164. superpck.exe= "Super PC-Kwik Disk Cache Utility"
  1165. vdisk.sys   = "IBM RAM Disk Utility" 
  1166. allemm4.sys="All Charge 386"
  1167. anarkey.com="Anarkey"
  1168. vsafe.sys = "Central Point Anti-Virus"
  1169. vsafe.com = "Central Point Anti-Virus TSR"
  1170. vdefend.sys="PC Tools VDefend"
  1171. vdefend.com="PC Tools VDefend"
  1172. kbflow.exe="KBFlow TSR by Artisoft"
  1173. s-ice.exe="SoftIce"
  1174. desktop.exe="PC Tools Desktop TSR"
  1175. sk2.exe="Sidekick Version 2.0"
  1176. sk.com="Sidekick Version 1.0"
  1177. skplus.exe="Sidekick Plus"
  1178. print.exe="MS-DOS PRINT Utility"
  1179. pyro.exe="Pyro! Screen Saver"
  1180. xgaaidos.sys="8514 emulation driver "
  1181. asplogin.exe="ASP Integrity Toolkit"
  1182. lsallow.exe="Lansight Network Utilities TSR"
  1183. lansel.exe="Lansight Network Utilities TSR"
  1184. vaccine.exe="Vaccine Antivirus Program"
  1185. newspace.exe="Newspace Disk Compression Utility"
  1186. newres.exe="Newspace Disk Compression Utility"
  1187. tscsi.sys="Trantor T100  SCSI driver"
  1188. pcpanel.exe="Lasertools Printer Control Panel"
  1189. hpemm386.sys = "HP Expanded Memory Manager"
  1190. hpemm486.sys = "HP Expanded Memory Manager"
  1191. ramtype.sys  = "Ramtype Utility"
  1192. iemm.sys     = "Memory Manager"
  1193. ilim386.sys  = "Intel Expanded Memory Emulator"
  1194. cmdedit.com  = "Command Line Editor"
  1195. hpmm.sys     = "HP Memory Manager"
  1196. ced.exe      = "PCED Command Line Editor"
  1197. ced.com      = "CED Command Line Editor"
  1198. umbpro.sys   = "UMB Pro Memory Manager"
  1199. rm386.sys    = "NetRoom Memory Manager"
  1200.  
  1201. ; Known TSRs and device drivers which can(!) potentially cause problems
  1202. ; if running during Setup or Windows
  1203. ;
  1204. ; filename = description string
  1205. [incompTSR2]
  1206. ndosedit.com  = "Command Line Editor"
  1207. doscue.com="DOSCUE Command Line Editor"
  1208. datamon.exe="PC Tools Datamon"
  1209. subst.exe="MS-DOS SUBST Utility"
  1210. join.exe="MS-DOS JOIN Utility"
  1211. viralert.sys="Data Physician Plus TSR"
  1212. graphics.com="MS-DOS GRAPHICS Utility"
  1213. le.com="Le Menu Menuing Package"
  1214. assign.com="MS-DOS ASSIGN Utility"
  1215. append.com="MS-DOS APPEND Utility"
  1216. diskmon.exe="Norton Disk Monitoring TSR"
  1217. dubldisk.sys="Double Disk Data Compression Utility"
  1218. pa.exe = "Printer Assist"
  1219. speedfxr.com = "Speedfxr"
  1220. pcsxmaem.sys = "pcsxmaem Utility"
  1221. xmaem.sys    = "xmaem Utility"
  1222. cubitr.exe   = "Cubit"
  1223.  
  1224. [block_devices]
  1225. tscsi.sys
  1226. tcscsi.sys
  1227. atdosxl.sys
  1228. dmdrvr.bin
  1229. drdrive.sys
  1230.  
  1231. [Installable.Drivers]
  1232. ; key         = filename,       type(s),     description, VxD(s), Default Params
  1233. msadlib       = 3:msadlib.drv,  "MIDI",      "Ad Lib", 3:vadlibd.386,
  1234. lapc1         = 4:mpu401.drv,   "MIDI",      "Roland LAPC1",,
  1235. midimapper    = 4:midimap.drv,  "MidiMapper", "MIDI Mapper",,
  1236. mpu401        = 4:mpu401.drv,   "MIDI",      "Roland MPU-401",,
  1237. sequencer     = 5:mciseq.drv,   "Sequencer", "[MCI] MIDI Sequencer",,
  1238. soundblaster  = 3:sndblst.drv,  "Wave,MIDI", "Creative Labs Sound Blaster 1.0", 3:vsbd.386,, msadlib
  1239. soundblaster2 = 3:sndblst2.drv, "Wave,MIDI", "Creative Labs Sound Blaster 1.5", 3:vsbd.386,, msadlib
  1240. timer         = 3:timer.drv,    "Timer",     "Timer", 3:vtdapi.386,
  1241. thunder       = 3:sndblst2.drv, "Wave", "Media Vision Thunder Board", 3:vsbd.386,, msadlib
  1242. wave          = 6:mciwave.drv,  "WaveAudio", "[MCI] Sound",, "4"
  1243. cdaudio       = 5:mcicda.drv,   "CDAudio",   "[MCI] CD Audio",,
  1244. SB16FM      = 1:sb16fm.drv,  "MIDI",      "Voyetra / Sound Blaster SuperSAPI FM Driver", 1:vsbpd.386,,
  1245. SB16Aux      = 1:sb16aux.drv,  "AUX",       "Creative Sound Blaster 16 Auxiliary Audio", 1:vsbpd.386,,
  1246. SB16WaveMidi   = 1:sb16snd.drv,  "Wave,MIDI", "Creative Sound Blaster 16 Wave and MIDI", 1:vsbpd.386,,
  1247. VoDaFax=1:VoDaFax.drv, "wave", "VoDaFax Sound Driver"
  1248. VIDC.CVID =  1:iccvid.drv, "VIDC.CVID", "Cinepak Codec by SuperMatch",,
  1249. aaanim                  = 1:mciaap.drv,         "Animation1",   "[MCI] Autodesk Animation 1.10",,
  1250. avivid                  = 1:mciavi.drv,         "AVIVideo",     "[MCI] Microsoft Video for Windows",,
  1251. indeo                   = 1:indeo.drv,          "VIDC.RT21",    "Intel Indeo (TM) Video Driver",,
  1252. msvidc                  = 1:msvidc.drv,         "VIDC.MSVC",    "Microsoft Video 1 Compressor",,
  1253. gdanim          = 1:mciawi.drv,         "Animation",    "[MCI] Gold Disk Animation",,
  1254. mmanim                  = 1:mcimmp.drv,         "MMMovie",              "[MCI] Microsoft MCI Driver for MMP ",,
  1255.  
  1256. [VoDaFax.drv]
  1257. Com Port=2
  1258. DMA=3
  1259. Record=128
  1260. Playback=224
  1261. SilenceDeletion=1
  1262. SilenceToKeep=1
  1263. SilenceThreshold=4
  1264.  
  1265. [SB16FM]
  1266. 1:midimap.cfg
  1267.  
  1268. [SB16WaveMidi]
  1269. 1:cspman.dll
  1270.  
  1271. [mci]
  1272. aaanim                  = mciaap.drv
  1273. avivid                  = mciavi.drv
  1274. mmanim                  = mcimmp.drv
  1275. gdanim                  = mciawi.drv
  1276.  
  1277. [drivers]
  1278. msvidc                  = msvidc.drv
  1279. indeo                   = indeo.drv
  1280.  
  1281. [aaanim]
  1282. 1:aaplay.dll
  1283. 1:aavga.dll
  1284.  
  1285. [mmanim]
  1286. 1:mmp.dll
  1287.  
  1288. [avivid]
  1289. 1:dispdib.dll
  1290. 1:msvideo.dll
  1291.  
  1292. [gdanim]
  1293. 1:mciawi1d.dll
  1294. 1:mciawi1o.dll
  1295. 1:mciawi1t.tsk
  1296.  
  1297. ; This section translates Windows 3.0 OEMSETUP.INF entries to their 3.1
  1298. ; equivalents. The disk names should be the first entries in the list.
  1299.  
  1300. [translate]
  1301. WinDiskName=26,"Microsoft Windows 3.0 Disk"
  1302. WinDiskName=14,"Windows Disk #"
  1303. *vddvga=1:vddvga30.386
  1304. cti.lgo=2:herclogo.lgo
  1305. herclogo.rle=2:herclogo.rle
  1306. vddega=2:vddega.386
  1307. vgacolor.gr2=1:vgacolor.2gr
  1308. vgalogo.lgo=2:vgalogo.lgo
  1309. vgalogo.rle=3:vgalogo.rle
  1310. rgdi.lgo=2:vgalogo.lgo
  1311. rgdi.rle=3:vgalogo.rle
  1312. vga.gr3=3:vga30.3gr
  1313. v7vga.gr3=2:v7vga.3gr
  1314. cga40woa.fon=2:cga40woa.fon
  1315. cga40850.fon=2:cga40850.fon
  1316. cga80woa.fon=2:cga80woa.fon
  1317. cga80850.fon=2:cga80850.fon
  1318. ega40woa.fon=2:ega40woa.fon
  1319. ega40850.fon=2:ega40850.fon
  1320. ega80woa.fon=2:ega80woa.fon
  1321. ega80850.fon=2:ega80850.fon
  1322. vgasys.fon=2:vgasys.fon
  1323. vgafix.fon=2:vgafix.fon
  1324. vgaoem.fon=2:vgaoem.fon
  1325. 8514sys.fon=2:8514sys.fon
  1326. 8514fix.fon=2:8514fix.fon
  1327. 8514oem.fon=2:8514oem.fon
  1328. helvb.fon=6:sserifb.fon
  1329. helve.fon=5:sserife.fon
  1330. helvf.fon=5:sseriff.fon
  1331. courb.fon=6:courb.fon
  1332. coure.fon=6:coure.fon
  1333. courf.fon=6:courf.fon
  1334. tmsrb.fon=6:serifb.fon
  1335. tmsre.fon=6:serife.fon
  1336. tmsrf.fon=5:seriff.fon
  1337. symbolb.fon=6:symbolb.fon
  1338. symbole.fon=6:symbole.fon
  1339. symbolf.fon=3:symbolf.fon
  1340. roman.fon=6:roman.fon
  1341. script.fon=6:script.fon
  1342. modern.fon=6:modern.fon
  1343. kbdbe.dll=2:kbdbe.dll
  1344. kbduk.dll=2:kbduk.dll
  1345. kbdda.dll=2:kbdda.dll
  1346. kbdne.dll=2:kbdne.dll
  1347. kbdfi.dll=2:kbdfi.dll
  1348. kbdfr.dll=2:kbdfr.dll
  1349. kbdca.dll=2:kbdca.dll
  1350. kbdgr.dll=2:kbdgr.dll
  1351. kbdic.dll=2:kbdic.dll
  1352. kbdit.dll=2:kbdit.dll
  1353. kbdla.dll=2:kbdla.dll
  1354. kbdno.dll=2:kbdno.dll
  1355. kbdpo.dll=2:kbdpo.dll
  1356. kbdsp.dll=3:kbdsp.dll
  1357. kbdsw.dll=3:kbdsw.dll
  1358. kbdsf.dll=2:kbdsf.dll
  1359. kbdsg.dll=2:kbdsg.dll
  1360. kbdus.dll=3:kbdus.dll
  1361. kbddv.dll=3:kbddv.dll
  1362. kbdusx.dll=2:kbdusx.dll
  1363. xlat863.bin=1:xlat863.bin
  1364. xlat861.bin=2:xlat861.bin
  1365. xlat865.bin=3:xlat865.bin
  1366. xlat850.bin=1:xlat850.bin
  1367. xlat860.bin=2:xlat860.bin
  1368. vga863.fon=3:vga863.fon
  1369. vga861.fon=2:vga861.fon
  1370. vga865.fon=3:vga865.fon
  1371. vga850.fon=2:vga850.fon
  1372. vga860.fon=2:vga860.fon
  1373. win.cnf=2:win.cnf
  1374.  
  1375. ; Used to update files that already exist on the disk
  1376. ;
  1377. [Update.Files]
  1378. 0:system,3:sndblst.drv
  1379. 0:system,3:sndblst2.drv
  1380. 0:system,4:mpu401.drv
  1381. 0:system,3:msadlib.drv
  1382. 0:system,3:vtdapi.386
  1383. 0:system,3:vsbd.386
  1384. 0:system,3:vadlibd.386
  1385. 0:system,5:mcicda.drv
  1386.  
  1387. ; Used to update dependents of files in the [Update.Files] section.
  1388. ;
  1389. [Update.Dependents]
  1390. msadlib.drv = 3:vadlibd.386
  1391. sndblst.drv = 3:vsbd.386
  1392. sndblst2.drv = 3:vsbd.386
  1393.  
  1394. ; This section is processed by both the DOS and WINDOWS portions of setup
  1395. ; for temporarily renaming profile strings during setup. THE RENAME
  1396. ; OPERATION WILL ONLY TAKE PLACE IF THE ORIGINAL PROFILE STRING EXISTS AND HAS
  1397. ; A RIGHT HAND SIDE STRING.
  1398. ;
  1399. ; .ini file,  section name, temporary profile name, Original profile name.
  1400. ;
  1401. [ini.upd.patches]
  1402.     system.ini, Boot,    "olddrivers"    ,"drivers"
  1403.     win.ini   , Desktop, "oldwallpaper"  ,"wallpaper"
  1404.     system.ini, Boot,    "oldtaskman"    ,"taskman.exe"
  1405.     system.ini, Boot,    "oldshell"      ,"shell"
  1406.  
  1407. ; Used by the windows half to shrink the memory needed to hold this pig.
  1408. ;
  1409. [blowaway]
  1410.      this line needed
  1411.  
  1412. [ini.upd.31]
  1413. ;
  1414. ; WARNING: This section only works on win.ini or system.ini !!
  1415. ;
  1416. ; .ini file,  section,  old line to be replaced,  new line,  rename operater.
  1417. ;
  1418. ; If the "old line to be replaced" field is empty, setup will assume that
  1419. ; the new line is to be added. The rename operater tells setup to retain the RHS
  1420. ; of the profile. This is used as a renaming mechanism during upgrades.
  1421. ; Nb : Simple string substitution is implemented :
  1422. ;     ?P means any valid MS-DOS path
  1423. ;
  1424.     system.ini, Boot,                               ,   "taskman.exe="
  1425.     system.ini, mci,     "waveaudio="               ,   "WaveAudio=mciwave.drv"
  1426.     system.ini, mci,     "sequencer="               ,   "Sequencer=mciseq.drv"
  1427.     system.ini, mci,     "cdaudio="                 ,   "CDAudio=mcicda.drv"                      
  1428.     system.ini, drivers,                            ,   "timer=timer.drv"
  1429.     system.ini, drivers,         "midimapper="      ,   "midimapper=midimap.drv"
  1430.     system.ini, drivers, "midi=adlib.drv"           ,   "midi=msadlib.drv"          ,rename
  1431.     system.ini, drivers, "midi1=adlib.drv"          ,   "midi1=msadlib.drv"         ,rename
  1432.     system.ini, drivers, "midi2=adlib.drv"          ,   "midi2=msadlib.drv"         ,rename
  1433.     system.ini, drivers, "midi3=adlib.drv"          ,   "midi3=msadlib.drv"         ,rename
  1434.     system.ini, drivers, "midi4=adlib.drv"          ,   "midi4=msadlib.drv"         ,rename
  1435.     system.ini, 386Enh,       "keyboard=?Pbpvkd.386",
  1436.     system.ini, 386Enh,          "keyboard="        ,   "keyboard=*vkd"             ,noclobber
  1437.     system.ini, 386Enh,          "device=vpicda.386",   "device=*vpicd"
  1438.     system.ini, 386Enh,          "device=*vhd"      ,   "device=*blockdev"
  1439.     system.ini, 386Enh,          "device=*vpd"      ,
  1440.     system.ini, 386Enh,          "device=vdmad.386" ,   "device=*vdmad"
  1441.     system.ini, 386Enh,          "device=vdmadx.386",   "device=*vdmad"
  1442.     system.ini, 386Enh,                             ,   "device=*pagefile"
  1443.     system.ini, 386Enh,       "device=?Pvtdapi.386" ,   "device=vtdapi.386"
  1444.     system.ini, NonWindowsApp,"localtsrs="          ,   "localtsrs=dosedit,ced"  ,noclobber
  1445.     win.ini   , Sounds,  "SystemDefault="           ,   "SystemDefault=ding.wav, Default Beep"      ,noclobber
  1446.     win.ini   , Sounds,  "SystemExclamation="       ,   "SystemExclamation=chord.wav, Exclamation"  ,noclobber
  1447.     win.ini   , Sounds,  "SystemStart="             ,   "SystemStart=startup1.wav, Windows Start"       ,noclobber
  1448.     win.ini   , Sounds,  "SystemExit="              ,   "SystemExit=chimes.wav, Windows Exit"       ,noclobber
  1449.     win.ini   , Sounds,  "SystemHand="              ,   "SystemHand=chord.wav, Critical Stop"       ,noclobber
  1450.     win.ini   , Sounds,  "SystemQuestion="          ,   "SystemQuestion=chord.wav, Question"        ,noclobber
  1451.     win.ini   , Sounds,  "SystemAsterisk="          ,   "SystemAsterisk=chord.wav, Asterisk"        ,noclobber
  1452.     win.ini   , "mci extensions",                   ,   "wav=waveaudio"
  1453.     win.ini   , "mci extensions",                   ,   "mid=sequencer"
  1454.     win.ini   , "mci extensions",                   ,   "rmi=sequencer"
  1455.     win.ini   , FontSubstitutes,                    ,   "Helv=MS Sans Serif"
  1456.     win.ini   , FontSubstitutes,                    ,   "Tms Rmn=MS Serif"
  1457.     win.ini   , FontSubstitutes, "Courier=Courier New" ,
  1458.     win.ini   , FontSubstitutes,                    ,   "Times=Times New Roman"
  1459.     win.ini   , FontSubstitutes,                    ,   "Helvetica=Arial"
  1460.     win.ini   , "Microsoft Word 2.0", "HPDSKJET="   ,   "HPDSKJET=+1"             ,noclobber
  1461.     ;
  1462.     ; Remove these Win 3.0 font entries from win.ini because they have either
  1463.     ; been replaced or removed for Win 3.1
  1464.     ;
  1465.     win.ini, Fonts, "Helv 8,10,12,14,18,24 (CGA res)="
  1466.     win.ini, Fonts, "Helv 8,10,12,14,18,24 (EGA res)="
  1467.     win.ini, Fonts, "Helv 8,10,12,14,18,24 (60 dpi)="
  1468.     win.ini, Fonts, "Helv 8,10,12,14,18,24 (120 dpi)="
  1469.     win.ini, Fonts, "Helv 8,10,12,14,18,24 (VGA res)="
  1470.     win.ini, Fonts, "Helv 8,10,12,14,18,24 (8514/a res)="
  1471.     win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (CGA res)="
  1472.     win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (EGA res)="
  1473.     win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (60 dpi)="
  1474.     win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (120 dpi)="
  1475.     win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (VGA res)="
  1476.     win.ini, Fonts, "Tms Rmn 8,10,12,14,18,24 (8514/a res)="
  1477.     ;
  1478.     ; Remove these font entries if they exist because these .ini entries
  1479.     ; are obsolete. We use "TrueType" rather than "Scalable"
  1480.     ;
  1481.     win.ini, Fonts, "Arial (Scalable)="
  1482.     win.ini, Fonts, "Arial Bold (Scalable)="
  1483.     win.ini, Fonts, "Arial Bold Italic (Scalable)="
  1484.     win.ini, Fonts, "Arial Italic (Scalable)="
  1485.     win.ini, Fonts, "Courier (Scalable)="
  1486.     win.ini, Fonts, "Courier Bold (Scalable)="
  1487.     win.ini, Fonts, "Courier Italic (Scalable)="
  1488.     win.ini, Fonts, "Courier Bold Italic (Scalable)="
  1489.     win.ini, Fonts, "Courier (TrueType)"
  1490.     win.ini, Fonts, "Courier Bold (TrueType)"
  1491.     win.ini, Fonts, "Courier Bold Italic (TrueType)"
  1492.     win.ini, Fonts, "Courier Italic (TrueType)"
  1493.     win.ini, Fonts, "Times New Roman (Scalable)="
  1494.     win.ini, Fonts, "Times New Roman Bold (Scalable)="
  1495.     win.ini, Fonts, "Times New Roman Bold Italic (Scalable)="
  1496.     win.ini, Fonts, "Times New Roman Italic (Scalable)="
  1497.     win.ini, Fonts, "Symbol PS (Scalable)="
  1498.     win.ini, Fonts, "Symbol (Scalable)="
  1499.     ;
  1500.     ; Remove these font entries if they exist because these .ini entries
  1501.     ; are obsolete. We use "Plotter" rather than "All res" Also, 8 point was
  1502.     ; added to the EGA res courier so we remove the old "Courier 10,12,15" font.
  1503.     ;
  1504.     win.ini, Fonts, "Roman (All res)="
  1505.     win.ini, Fonts, "Script (All res)="
  1506.     win.ini, Fonts, "Modern (All res)="
  1507.     win.ini, Fonts, "Courier 10,12,15 (EGA res)="
  1508.     ;
  1509.     ; The following lines will cause the MS-DOS half of setup to effectivly
  1510.     ; rename the [Fonts] section in win.ini. Setup does this by adding the
  1511.     ; [wt4gpi8s56bz] string to the [Fonts] section and then deleting the
  1512.     ; [Fonts] section string. Later, in the windows half of setup, it will
  1513.     ; rename [wt4gpi8s56bz] back to [Fonts]. Do not change these names!
  1514.     ;
  1515.     win.ini, Fonts,              , "[wt4gpi8s56bz]"
  1516.     win.ini, Fonts,   "[Fonts]"  ,
  1517.  
  1518.     ; The following line makes USER skip persistent net connections
  1519.     ; USER immediately deletes the entry so it is a onetime thing.
  1520.     win.ini, windows,, "SetupWin=1"
  1521.  
  1522.     ; The following lines fix problems with APPS
  1523.     win.ini, Compatibility,"NOTSHELL=", "NOTSHELL=0x0001"
  1524.     win.ini, Compatibility,"WPWINFIL=", "WPWINFIL=0x0006"
  1525.     win.ini, Compatibility,"CCMAIL=", "CCMAIL=0x0008"
  1526.     win.ini, Compatibility,"AMIPRO=", "AMIPRO=0x0010"
  1527.     win.ini, Compatibility,"REM=", "REM=0x8022"
  1528.     win.ini, Compatibility,"PIXIE=", "PIXIE=0x0040"
  1529.     win.ini, Compatibility,"CP=", "CP=0x0040"
  1530.     win.ini, Compatibility,"JW=", "JW=0x42080"
  1531.     win.ini, Compatibility,"TME=", "TME=0x0100"
  1532.     win.ini, Compatibility,"VB=", "VB=0x0200"
  1533.     win.ini, Compatibility,"WIN2WRS=", "WIN2WRS=0x1210"
  1534.     win.ini, Compatibility,"PACKRAT=", "PACKRAT=0x0800"
  1535.     win.ini, Compatibility,"VISION=", "VISION=0x0040"
  1536.     win.ini, Compatibility,"MCOURIER=", "MCOURIER=0x0800"
  1537.     win.ini, Compatibility,"_BNOTES=", "_BNOTES=0x24000"
  1538.     win.ini, Compatibility,"MILESV3=", "MILESV3=0x1000"
  1539.     win.ini, Compatibility,"PM4=", "PM4=0x2000"
  1540.     win.ini, Compatibility,"DESIGNER=", "DESIGNER=0x2000"
  1541.     win.ini, Compatibility,"PLANNER=", "PLANNER=0x2000"
  1542.     win.ini, Compatibility,"DRAW=", "DRAW=0x2000"
  1543.     win.ini, Compatibility,"WINSIM=", "WINSIM=0x2000"
  1544.     win.ini, Compatibility,"CHARISMA=", "CHARISMA=0x2000"
  1545.     win.ini, Compatibility,"PR2=", "PR2=0x2000"
  1546.     win.ini, Compatibility,"PLUS=", "PLUS=0x1000"
  1547.     win.ini, Compatibility,"ED=", "ED=0x00010000"
  1548.     win.ini, Compatibility,"PP=",
  1549.     win.ini, Compatibility,"APORIA=", "APORIA=0x0100"
  1550.     win.ini, Compatibility,"EXCEL=", "EXCEL=0x1000"
  1551.     win.ini, Compatibility,"GUIDE=", "GUIDE=0x1000"
  1552.     win.ini, Compatibility,"NETSET2=", "NETSET2=0x0100"
  1553.     win.ini, Compatibility,"W4GL=", "W4GL=0x4000"
  1554.     win.ini, Compatibility,"W4GLR=","W4GLR=0x4000"
  1555.     win.ini, Compatibility,"TURBOTAX=","TURBOTAX=0x00080000"
  1556.  
  1557. [system]
  1558. ; The various SYSTEM.DRV, SOUND.DRV, COMM.DRV
  1559. ;
  1560. ; These   are the   drivers   which may vary from system to system,
  1561. ; but are selected only   by the [machine] menu -- they do not have
  1562. ; special menus   for their selection.
  1563. system   =    2:system.drv
  1564. sound    =    2:mmsound.drv
  1565. comm     =    2:comm.drv
  1566. hpsystem =    2:hpsystem.drv
  1567.  
  1568. [machine]
  1569. ; This section defines default machine selections.  The   system
  1570. ; description from each   entry will appear in the initial machine
  1571. ; selection menu of Setup.
  1572. ;
  1573. ; An * means that setup will use the device specified here and override
  1574. ; the detected device, this applies to keyboards, mice, and displays.
  1575. ;
  1576. ; Each entry contains a   descriptive line for the system-selection menu,
  1577. ; followed by the filenames of the drivers in fixed order.
  1578. ;
  1579. ;      Field      1         2           3        4         5          6         7          8         9             10     11
  1580. ; prof_str      = Desc Str, System drv, kbd drv, kbd type, mouse drv, disp drv, sound drv, comm drv, himem switch, ebios, cookies
  1581. ;
  1582. ibm_compatible  = "MS-DOS System",system,kbd,t4s0enha,!lmouse,!av664,sound,comm,,ebios,
  1583. ast_386_486     = "AST Premium 386/25 and 386/33 (CUPID)",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,ast_cookz
  1584. at_and_t        = "AT&T PC",system,kbd,t4s0enha,nomouse,!olibw,sound,comm,,ebios,
  1585. everex_386_25   = "Everex Step 386/25 (or Compatible)",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,everex_cookz
  1586. hewlett_packard = "Hewlett-Packard: all machines",hpsystem,kbdhp,t4s0enha,nomouse,egahires,sound,comm,,hpebios,
  1587. ibm_ps2_70p     = "IBM PS/2 Model P70",system,kbd,t4s0enha,nomouse,!vga,sound,comm,,ebios,
  1588. ibm_ps2_l40sx   = "IBM PS/2 Model L40sx",system,kbd,!t4s0enha,nomouse,vga,sound,comm,,ebios,ibml40_cookz
  1589. ncr_386sx       = "NCR: all 80386 and 80486 based machines",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,ncr386sx_cookz
  1590. nec_pm_sx+      = "NEC PowerMate SX Plus",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,nec_pm_cookz
  1591. nec_prospeed    = "NEC ProSpeed 386",system,kbd,t4s0enha,nomouse,!egahires,sound,comm,,ebios,
  1592. toshiba_1200xe  = "Toshiba 1200XE",system,kbd,t4s0enha,nomouse,egahires,sound,comm,"TOSHIBA",ebios,
  1593. toshiba_1600    = "Toshiba 1600",system,kbd,t4s0enha,nomouse,egahires,sound,comm,"TOSHIBA",ebios,
  1594. toshiba_5200    = "Toshiba 5200",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,t5200_cookz
  1595. zenith_386      = "Zenith: all 80386 based machines",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,zen386_cookz
  1596. att_nsx_20      = "AT&T NSX 20 : Safari notebook",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios
  1597. apm             = "MS-DOS System with APM",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,apm_cookz
  1598. apm_sl          = "Intel 386SL Based System with APM",system,kbd,t4s0enha,nomouse,egahires,sound,comm,,ebios,apm_sl_cookz
  1599. ;
  1600. ; Cookies as specified in machine section
  1601. ;
  1602. ; ini file, section, cookie, needed file
  1603. ;
  1604. ; specialdriver,,,file will add an installable driver to [boot]drivers=
  1605. ;
  1606.  
  1607. [apm_cookz]
  1608. specialdriver,,,3:power.drv
  1609. system.ini,386enh,"device=vpowerd.386",3:vpowerd.386
  1610. ,,,2:power.hlp
  1611.  
  1612. [apm_sl_cookz]
  1613. specialdriver,,,3:power.drv
  1614. system.ini,386enh,"device=vpowerd.386",3:vpowerd.386
  1615. ,,,2:power.hlp
  1616. system.ini,power.drv,"OptionsDLL=sl.dll",2:sl.dll
  1617. ,,,2:sl.hlp
  1618.  
  1619. [ast_cookz]
  1620. system.ini,386enh,"emmexclude=E000-EFFF",
  1621.  
  1622. [everex_cookz]
  1623. system.ini,386enh,"8042ReadCmd=A2,1,F",
  1624. system.ini,386enh,"8042ReadCmd=A3,1,F",
  1625. system.ini,386enh,"8042WriteCmd=B3,8,F",
  1626.  
  1627. [ibml40_cookz]
  1628. system.ini,386enh,"emmexclude=E000-EFFF",
  1629. system.ini,386enh,"DMAbuffersize=64"
  1630.  
  1631.  
  1632. [ncr386sx_cookz]
  1633. system.ini,386enh,"emmexclude=E000-EFFF",
  1634. system.ini,386enh,"emmexclude=C600-C7FF",
  1635.  
  1636. [nec_pm_cookz]
  1637. system.ini,386enh,"VirtualHDirq=NO",
  1638.  
  1639. [t5200_cookz]
  1640. system.ini,386enh,"emmexclude=C000-C7FF",
  1641.  
  1642. [zen386_cookz]
  1643. system.ini,386enh,"emmexclude=E000-EFFF",
  1644.  
  1645. [special_adapter]
  1646. eitherlink  = DMAbuffersize,32          ; Needed if EitherLink MC is detected.
  1647. cdrom       = 2:lanman10.386            ; Needed for CD Rom extensions.
  1648.  
  1649. [ebios]
  1650. ebios       = x:*ebios               ; Required for most 386 machines.
  1651. hpebios     = 3:hpebios.386,x:*ebios ; Required for HP 386 machines.
  1652.  
  1653. ;
  1654. ; Language DLL must be installed for non US installation.
  1655. ;
  1656. ; profile = language DLL, DLL description, language ID (ilanguage)
  1657. ;
  1658. [language]
  1659. dan = 2:langsca.dll, "Danish"                              ,1030
  1660. nld = 2:langdut.dll, "Dutch"                               ,1043
  1661. enu =                     , "English (American)"             ,1033
  1662. eng = 2:langeng.dll, "English (International)" ,2057
  1663. fin = 2:langsca.dll, "Finnish"                     ,1035
  1664. fra = 3:langfrn.dll, "French"                              ,1036
  1665. frc = 2:langeng.dll, "French Canadian"       ,3084
  1666. deu = 2:langger.dll, "German"                              ,1031
  1667. isl = 2:langsca.dll, "Icelandic"                           ,1039
  1668. ita = 2:langeng.dll, "Italian"                     ,1040
  1669. nor = 2:langsca.dll, "Norwegian"                           ,1044
  1670. ptg = 2:langeng.dll, "Portuguese"                       ,2070
  1671. esp = 2:langspa.dll, "Spanish"             ,1034
  1672. esn = 2:langeng.dll, "Spanish (Modern)"      ,3082
  1673. sve = 2:langsca.dll, "Swedish"                ,1053
  1674.